text/template.Template.leftDelim (field)

7 uses

	text/template (current package)
		template.go#L33: 	leftDelim  string
		template.go#L63: 		leftDelim:  t.leftDelim,
		template.go#L120: 		leftDelim:  t.leftDelim,
		template.go#L166: 	t.leftDelim = left
		template.go#L210: 	trees, err := parse.Parse(t.name, text, t.leftDelim, t.rightDelim, t.parseFuncs, builtins())